home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 9 / CDE9_A[BAD DUMP].mdf / mm2 / help.txt < prev    next >
Text File  |  1995-04-13  |  3KB  |  72 lines

  1. Sound Problems?
  2.  
  3. If, when you run the game you have no sound or the game crashes, then it is
  4. most likely that the game is having trouble detecting your sound card.
  5.  
  6. Remember the game supports the Soundblaster cards and 100% compatibles 
  7. and also the Gravis Ultrasound/Max.
  8.  
  9. First of all, it should be pointed out that the game can only utilise
  10. sound cards which have an IRQ value of 7 or less.  I'm afraid that the
  11. only way around this paticular problem, is to setup your card at a valid
  12. IRQ, usually 5 or 7, but 2 or 3 could be used too.
  13.  
  14. The way that the game finds your sound card is primarily by what is
  15. called an environment setting. Try typing :-
  16.  
  17. SET (ENTER) at the command prompt.
  18.  
  19. You should see a list of text appear. If your Soundblaster card has been
  20. set up properly, then you should see the line :-
  21.  
  22. BLASTER= A??? I? D? ......    ( with your appropiate values )
  23.  
  24. And for Ultrasound users, you should see :-
  25.  
  26. ULTRASND=.........
  27.  
  28. If these lines do exist, then you should not have any problems. The only
  29. other reason for the game crashing, or producing no sound, could be that
  30. your card has not been set to the correct values, or it is conflicting
  31. with another card you may have. If so, the best thing to do is re-install
  32. your card, following the instructions very carefully.
  33.  
  34. If however, these lines do not appear, then this is the most likely cause
  35. of your problem. If the game cannot find these lines, then it searches
  36. your card slots for what appears to be a Soundblaster or Ultrasound card
  37. which usually works OK, but if you have a number of cards, or an odd
  38. configuration, then this test can fail, causing the PC to crash.
  39.  
  40. So, the best thing to do, if the above lines do not exist, is this :-
  41.  
  42. 1/ Find out your card's settings.
  43.  
  44. Soundblaster Users need to find out the PORT ADDRESS, IRQ INTERRUPT and DMA
  45. CHANNEL.
  46.  
  47. Ultrasound Users need to find out more information :-
  48. PORT ADDRESS, PLAY DMA, RECORD DMA, ULTRASOUND IRQ, MIDI/SB IRQ.
  49.  
  50. 2/ Once you have this information, you will need to EDIT the MM2.BAT
  51. file with a text editor. MS-DOS 5 and above users could type :-
  52.  
  53. EDIT MM2.BAT
  54.  
  55. 3/ Soundblaster users :- Delete the REM before the SET BLASTER text,
  56. and then enter your PORT ADDRESS after the A, your IRQ INTERRUPT after the
  57. I and your DMA CHANNEL after the D. So, you may end up with something like
  58.  
  59. SET BLASTER=A220 I5 D1
  60.  
  61. Once this is done, save the file, and type MM2 to play
  62.  
  63. 4/ Ultrasound users :- Delete the REM before the SET ULTRASND text,
  64. and then enter your PORT ADDRESS after the = sign, the next number should
  65. be your PLAY DMA, the next RECORD DMA, the next your Ultrasound IRQ
  66. INTERRUPT and finally the MIDI/SB IRQ INTERRUPT. So you may end up with
  67.  
  68. SET ULTRASND=220,1,1,7,11
  69.  
  70. Once this is done, save the file, and type MM2 to play
  71.  
  72.